projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03d7856
)
(unread-command-event, unread-command-events)
author
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Sep 1996 22:23:25 +0000
(22:23 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Sep 1996 22:23:25 +0000
(22:23 +0000)
(last-command-event): defvars deleted.
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 4df0235ee09a1cc76433b218ff72bfc4dcb69f98..b620b44185ded59ef0c7451a85a28c4ca3ac2247 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-1414,11
+1414,6
@@
since they have special meaning in a regexp."
;; Portability functions to support various Emacs versions.
-;; To quiet the byte-compiler.
-(defvar unread-command-event)
-(defvar unread-command-events)
-(defvar last-command-event)
-
(defun isearch-char-to-string (c)
(make-string 1 c))